home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / IMGLIB95 / UFGRAB.DF_ / UFGRAB.DF / UFGRAB.txt
Text File  |  1996-03-31  |  4KB  |  211 lines

  1. object FrameGrab: TFrameGrab
  2.   Left = 76
  3.   Top = 106
  4.   Width = 521
  5.   Height = 300
  6.   Caption = 'FrameGrab'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 14
  13.   object Label1: TLabel
  14.     Left = 372
  15.     Top = 0
  16.     Width = 93
  17.     Height = 14
  18.     Caption = 'Filename to save to'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 346
  22.     Top = 48
  23.     Width = 3
  24.     Height = 14
  25.   end
  26.   object BitBtn1: TBitBtn
  27.     Left = 217
  28.     Top = 113
  29.     Width = 97
  30.     Height = 33
  31.     Caption = '>> Capture >>'
  32.     TabOrder = 0
  33.     OnClick = BitBtn1Click
  34.   end
  35.   object PMultiMedia1: TPMultiMedia
  36.     Left = 18
  37.     Top = 73
  38.     Width = 161
  39.     Height = 105
  40.     AutoPlayMultiMedia = False
  41.     AutoRePlayMultiMedia = False
  42.     AutoHideMediaPlayer = False
  43.     Color = clBtnFace
  44.     MediaName = 'file not found'
  45.     ImageDither = True
  46.     ImageReadRes = lAutoMatic
  47.     ImageWriteRes = sAutoMatic
  48.     JPegSaveQuality = 25
  49.     JPegSaveSmooth = 0
  50.     MediaPlayer = MIMediaPlayer1
  51.     TifSaveCompress = sNONE
  52.     TextLeft = 0
  53.     TextTop = 0
  54.     TextRotate = 0
  55.     TabOrder = 1
  56.     TabStop = False
  57.     UseTwainWindow = False
  58.   end
  59.   object Button1: TButton
  60.     Left = 18
  61.     Top = 8
  62.     Width = 89
  63.     Height = 33
  64.     Caption = 'open video'
  65.     TabOrder = 2
  66.     OnClick = Button1Click
  67.   end
  68.   object MIMediaPlayer1: TMIMediaPlayer
  69.     Left = 1
  70.     Top = 179
  71.     Width = 197
  72.     Height = 30
  73.     EnabledButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack]
  74.     VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack]
  75.     TabOrder = 3
  76.   end
  77.   object Button2: TButton
  78.     Left = 416
  79.     Top = 40
  80.     Width = 80
  81.     Height = 29
  82.     Caption = 'Save to file'
  83.     TabOrder = 4
  84.     OnClick = Button2Click
  85.   end
  86.   object Memo1: TMemo
  87.     Left = 184
  88.     Top = 14
  89.     Width = 152
  90.     Height = 57
  91.     Lines.Strings = (
  92.       'This form shows you how to '
  93.       'Capture a frame from a video '
  94.       'and save that frame to a file.')
  95.     TabOrder = 5
  96.   end
  97.   object GroupBox3: TGroupBox
  98.     Left = 283
  99.     Top = 182
  100.     Width = 216
  101.     Height = 87
  102.     Caption = 'Save As'
  103.     Font.Color = clPurple
  104.     Font.Height = -12
  105.     Font.Name = 'Times New Roman'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     TabOrder = 6
  109.     object CTOJPEG: TRadioButton
  110.       Left = 16
  111.       Top = 20
  112.       Width = 80
  113.       Height = 17
  114.       Caption = 'JPG Image'
  115.       TabOrder = 0
  116.       OnClick = SaveAsChange
  117.     end
  118.     object CTOBMP: TRadioButton
  119.       Left = 16
  120.       Top = 42
  121.       Width = 80
  122.       Height = 17
  123.       Caption = 'BMP Image'
  124.       Checked = True
  125.       TabOrder = 1
  126.       TabStop = True
  127.       OnClick = SaveAsChange
  128.     end
  129.     object CTOGIF: TRadioButton
  130.       Left = 16
  131.       Top = 65
  132.       Width = 80
  133.       Height = 17
  134.       Caption = 'GIF Image'
  135.       TabOrder = 2
  136.       OnClick = SaveAsChange
  137.     end
  138.     object CTOPCX: TRadioButton
  139.       Left = 103
  140.       Top = 20
  141.       Width = 80
  142.       Height = 17
  143.       Caption = 'PCX Image'
  144.       TabOrder = 3
  145.       OnClick = SaveAsChange
  146.     end
  147.     object CTOPNG: TRadioButton
  148.       Left = 103
  149.       Top = 42
  150.       Width = 80
  151.       Height = 17
  152.       Caption = 'PNG Image'
  153.       TabOrder = 4
  154.       OnClick = SaveAsChange
  155.     end
  156.     object CTOTIF: TRadioButton
  157.       Left = 103
  158.       Top = 64
  159.       Width = 80
  160.       Height = 17
  161.       Caption = 'TIF Image'
  162.       TabOrder = 5
  163.       OnClick = SaveAsChange
  164.     end
  165.   end
  166.   object Edit1: TEdit
  167.     Left = 376
  168.     Top = 17
  169.     Width = 121
  170.     Height = 21
  171.     TabOrder = 7
  172.     Text = 'C:\TEST.BMP'
  173.   end
  174.   object PMultiImage1: TPMultiImage
  175.     Left = 344
  176.     Top = 73
  177.     Width = 153
  178.     Height = 105
  179.     Color = clBtnFace
  180.     Font.Color = clYellow
  181.     Font.Height = -8
  182.     Font.Name = 'Arial'
  183.     Font.Style = []
  184.     ImageName = 'file not found'
  185.     ImageDither = True
  186.     ImageReadRes = lAutoMatic
  187.     ImageWriteRes = sColor256
  188.     TifSaveCompress = sNONE
  189.     JPegSaveQuality = 25
  190.     JPegSaveSmooth = 0
  191.     ParentFont = False
  192.     Stretch = True
  193.     Text = 'ImageLib by SkyLine Tools'
  194.     TextShadow = True
  195.     TextShadowColor = clGray
  196.     TextLeft = 150
  197.     TextTop = 10
  198.     TextRotate = 270
  199.     TabOrder = 8
  200.     TabStop = False
  201.   end
  202.   object MMOpenDialog1: TMMOpenDialog
  203.     AutoDisPlay = False
  204.     AutoPlay = False
  205.     Filter = '*.AVI;*.mov|*.avi;*.mov'
  206.     Title = 'Open File'
  207.     Left = 112
  208.     Top = 10
  209.   end
  210. end
  211.